home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / square dance < prev    next >
Text File  |  1999-06-15  |  578b  |  33 lines

  1. Category: Andrew's Filters 24
  2. Title: Square Dance...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: SqDance.8bf
  6.  
  7. R:max(min(max(c,src(x&val(6,-50,50),y&val(7,-50,50),z)),ctl(0)),ctl(1))
  8.  
  9. G:max(min(max(c,src(x&val(6,-50,50),y&val(7,-50,50),z)),ctl(2)),ctl(3))
  10.  
  11. B:max(min(max(c,src(x&val(6,-50,50),y&val(7,-50,50),z)),ctl(4)),ctl(5))
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red Min
  16. ctl[1]: Red Max
  17. ctl[2]: Green Min
  18. ctl[3]: Green Max
  19. ctl[4]: Blue Min
  20. ctl[5]: Blue Max
  21. ctl[6]: x
  22. ctl[7]: y
  23.  
  24. val[0]: 200
  25. val[1]: 8
  26. val[2]: 102
  27. val[3]: 36
  28. val[4]: 183
  29. val[5]: 143
  30. val[6]: 29
  31. val[7]: 42
  32.  
  33.